home *** CD-ROM | disk | FTP | other *** search
- /*
- (This file was created by BBEdit, a product of Bare Bones Software. It is
- written using Monaco 9, with four spaces per tab.)
-
- About PopupFuncs, version 2.4
- -----------------------------
-
- To install PopUpFuncs, launch the Installer and find your copy of
- BBEdit, CodeWarrior, MPW, THINK C, THINK Project Manager, or QUED/M. Do
- this now, and you’ll be able to try out PopUpFuncs on this very file!
- */
-
- #pragma mark What is PopUpFuncs?
-
- /*
- PopUpFuncs (“PUF”) is a productivity tool for developers. When invoked by
- clicking on a control in a source code window’s title bar, it creates
- a popup menu of every function contained in a source code file,
- allowing you to see instantly the contents of an unfamiliar file. If a
- name is selected from the menu, the file is instantly scrolled to the
- beginning of that function. PopUpFuncs works with CodeWarrior, MPW,
- THINK C/Symantec C++, SADE, and BBEdit, and QUED/M, and parses C, C++,
- Pascal, Object Pascal, Assembly and Rez files.
-
- PopUpFuncs is extensible through an XCMD-like protocol. This demo
- includes a language sensitive block-commenting and uncommenting tool
- which operates on the current selection. Hold the command key down
- while clicking on a control to get the XPOP menu. When you buy PUF,
- you get the source code to this XPOP, as well as everything you need to
- compile your own XPOPs.
-
- PopUpFuncs is very fast, highly addictive, and VERY useful.
-
- This demo will parse a file up to about 20 times, after which you will need to
- exit the application and re-enter it to reactivate PopUpFuncs.
- */
-
- #pragma mark What do the critics think?
-
- /*
- “It’s my favorite utility. I use it constantly and am happy to
- recommend it to all AppMaker users.”
-
- - Spec Bowers, President, Bowers Development.
-
- “Thanks for sending PopUpFuncs..your interface is simple and
- effective...It is an unusual pleasure to come across a product that
- lives up to its advertising claims.”
-
- - Cary Wyman, Vice-President, R&D, DeltaPoint, Inc.
-
- “Although other utilities offer some of its features, PopUpFuncs is the
- cleanest, most intuitive, and non-intrusive of the bunch. I wouldn’t
- use anything else. Becuase I work with CodeWarrior, MPW, and THINK C,
- having identical implementations in all systems is a blessing.”
-
- - Leonard Rosenthol, Director of Advanced Technology, Aladdin Systems.
-
- “PopupFuncs is of such fundamental utility that anyone who composes
- code on a Macintosh should have a copy.”
-
- - Tom Emerson, Software Engineer, Symantec Corp.
- */
-
- #pragma mark Ordering Information
-
- /*
- The price is $29 per copy. (A single copy can be used with your own
- copy of MPW, THINK C/Symantec C++, CodeWarrior, BBEdit, or QUED/M.)
-
- Massachusetts residents add 5% sales tax. Everyone should add $3 for
- shipping and handling, $6 to non-US or Canadian addresses.
-
- To place an order, send payment to:
-
- Bare Bones Software, Inc.
- P.O. Box 108
- Bedford, MA 01730-0108
- Phone: (508) 651-3561
- Fax: (508) 651-7584
- Internet: bbedit@world.std.com
- CIS: 73051,3255
- AppleLink: BARE.BONES
- eWorld: BareBones
-
- Payment terms are as follows:
-
- Prepaid orders: Personal or company check, bank draft, money order,
- MasterCard, or Visa. Terms: NET 30 with approved credit. Call or write
- for details.
-
- Write to our headquarters for quantity pricing information:
-
- Bare Bones Software, Inc.
- 1 Larkspur Way #4
- Natick, MA 01760
- Phone: (508) 651-3561
- Fax: (508) 651-7584
- Internet: bbedit@world.std.com
- CIS: 73051,3255
- AppleLink: BARE.BONES
- eWorld: BareBones
- */
-